-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR for Supporting Get ETH Tx Receipt by Tx Hash #62
Conversation
c9d711f
to
db1de1b
Compare
@@ -1,3 +1,8 @@ | |||
module github.com/nanmu42/etherscan-api | |||
|
|||
go 1.13 | |||
|
|||
require ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These only got added to make testing in proxy_e2e_test.go easier. I can simplify the test case by using a simpler txn receipt and test more similar to the other cases just let me know.
b00a9dd
to
90530de
Compare
CI fails because it can't access the ETHERSCAN_API_KEY secret. Not sure how to fix this, I have it set in my repo to a test key but for some reason it doesn't seem to be working. Any ideas on how to fix? |
90530de
to
6eb9c6e
Compare
Also: *Added Test for GetTxReceipt *Updated CI to download go mod dependencies
6eb9c6e
to
2ab97d1
Compare
Closed via #61 . |
#61